home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / Mail / patch < prev    next >
Encoding:
Text File  |  1990-02-08  |  1.9 KB  |  49 lines

  1. *** /tmp/,RCSt1139075    Thu Feb  8 15:47:03 1990
  2. --- v7.local.h    Thu Feb 16 12:55:34 1989
  3. ***************
  4. *** 25,44 ****
  5.   #define    LOCAL        'j'        /* Local host id */
  6.   #endif    GETHOST
  7.   
  8. ! #define    MAIL        "/bin/mail"    /* Name of mail sender */
  9. ! #define SENDMAIL    "/usr/lib/sendmail"
  10. !                     /* Name of classy mail deliverer */
  11. ! #define    EDITOR        "/usr/ucb/ex"    /* Name of text editor */
  12. ! #define    VISUAL        "/usr/ucb/vi"    /* Name of display editor */
  13. ! #define    SHELL        "/bin/csh"    /* Standard shell */
  14.   #define    MORE        "/usr/ucb/more"    /* Standard output pager */
  15. ! #define    HELPFILE    "/usr/lib/Mail.help"
  16.                       /* Name of casual help file */
  17. ! #define    THELPFILE    "/usr/lib/Mail.tildehelp"
  18. ! #define    POSTAGE        "/usr/adm/maillog"
  19.                       /* Where to audit mail sending */
  20.                       /* Name of casual tilde help */
  21. ! #define    MASTER        "/usr/lib/Mail.rc"
  22.   #define    APPEND                /* New mail goes to end of mailbox */
  23.   #define CANLOCK                /* Locking protocol actually works */
  24.   #define    UTIME                /* System implements utime(2) */
  25. --- 25,47 ----
  26.   #define    LOCAL        'j'        /* Local host id */
  27.   #endif    GETHOST
  28.   
  29. ! #ifndef SENDMAIL
  30. ! #define SENDMAIL    "/sprite/cmds/sendmail"    /* Name of mail deliverer */
  31. ! #endif
  32. ! #define    MAIL        "/sprite/lib/sendmail/$MACHINE.md/mail"    
  33. !                     /* Name of fallback mail deliverer  */
  34. ! #define    EDITOR        "/sprite/cmds/ex"    /* Name of text editor */
  35. ! #define    VISUAL        "/sprite/cmds/vi"    /* Name of display editor */
  36. ! #define    SHELL        "/sprite/cmds/csh"    /* Standard shell */
  37.   #define    MORE        "/usr/ucb/more"    /* Standard output pager */
  38. ! #define    HELPFILE    "/sprite/lib/Mail/Mail.help"
  39.                       /* Name of casual help file */
  40. ! #define    THELPFILE    "/sprite/lib/Mail/Mail.tildehelp"
  41. ! #define    POSTAGE        "/tmp/maillog"
  42.                       /* Where to audit mail sending */
  43.                       /* Name of casual tilde help */
  44. ! #define    MASTER        "/sprite/lib/Mail/Mail.rc"
  45.   #define    APPEND                /* New mail goes to end of mailbox */
  46.   #define CANLOCK                /* Locking protocol actually works */
  47.   #define    UTIME                /* System implements utime(2) */
  48.